home *** CD-ROM | disk | FTP | other *** search
- object CppCppOptionsPage: TCppCppOptionsPage
- Left = 0
- Top = 0
- Width = 400
- Height = 283
- HelpContext = 1745
- Caption = 'C++'
- OnBroadcast = CppCppOptionsPageBroadcast
- object gbMemberPointer: TGroupBox
- Left = 9
- Top = 9
- Width = 180
- Height = 114
- Caption = 'Member Pointers'
- TabOrder = 0
- object cbMPPrecision: TCheckBox
- Left = 27
- Top = 90
- Width = 145
- Height = 17
- Caption = 'Ho&nor member precision'
- TabOrder = 4
- end
- object rbMPAll: TRadioButton
- Left = 9
- Top = 18
- Width = 160
- Height = 17
- Caption = '&All cases'
- TabOrder = 0
- end
- object rbMPMI: TRadioButton
- Left = 9
- Top = 36
- Width = 160
- Height = 17
- Caption = '&Multiple Inheritance'
- TabOrder = 1
- end
- object rbMPSI: TRadioButton
- Left = 9
- Top = 54
- Width = 160
- Height = 17
- Caption = 'Single Inheritance (&W)'
- TabOrder = 2
- end
- object rbMPSmallest: TRadioButton
- Left = 9
- Top = 72
- Width = 160
- Height = 17
- Caption = '&Smallest'
- TabOrder = 3
- end
- end
- object gbCompatibility: TGroupBox
- Left = 9
- Top = 126
- Width = 180
- Height = 78
- Caption = 'Compatibility'
- TabOrder = 1
- object cbCompatScope: TCheckBox
- Left = 8
- Top = 18
- Width = 169
- Height = 17
- Caption = '&Don'#39't restrict for loop scope'
- TabOrder = 0
- end
- object cbCompatChar: TCheckBox
- Left = 8
- Top = 36
- Width = 169
- Height = 17
- TabStop = False
- Caption = 'No distinct '#39'char'#39' t&ype'
- TabOrder = 1
- end
- object cbCompatMangle: TCheckBox
- Left = 8
- Top = 54
- Width = 169
- Height = 17
- TabStop = False
- Caption = 'Don'#39't mangle &code modifiers'
- TabOrder = 2
- end
- end
- object gbVirtualTables: TGroupBox
- Left = 9
- Top = 207
- Width = 180
- Height = 60
- Caption = 'Virtual Tables'
- TabOrder = 2
- object rbVTSmart: TRadioButton
- Left = 8
- Top = 18
- Width = 73
- Height = 17
- Caption = 'Sma&rt'
- TabOrder = 0
- end
- object rbVTLocal: TRadioButton
- Left = 8
- Top = 36
- Width = 73
- Height = 17
- Caption = '&Local'
- TabOrder = 1
- end
- object rbVTExternal: TRadioButton
- Left = 88
- Top = 18
- Width = 89
- Height = 17
- Caption = '&External'
- TabOrder = 2
- end
- object rbVTPublic: TRadioButton
- Left = 88
- Top = 36
- Width = 81
- Height = 17
- Caption = '&Public'
- TabOrder = 3
- end
- end
- object gbTemplates: TGroupBox
- Left = 198
- Top = 9
- Width = 189
- Height = 78
- Caption = 'Templates'
- TabOrder = 3
- object rbTemplateSmart: TRadioButton
- Left = 8
- Top = 18
- Width = 153
- Height = 17
- Caption = 'Smar&t'
- TabOrder = 0
- end
- object rbTemplateGlobal: TRadioButton
- Left = 8
- Top = 36
- Width = 161
- Height = 17
- Caption = '&Global'
- TabOrder = 1
- end
- object rbTemplateExternal: TRadioButton
- Left = 8
- Top = 54
- Width = 161
- Height = 17
- Caption = 'E&xternal'
- TabOrder = 2
- end
- end
- object gbExceptions: TGroupBox
- Left = 198
- Top = 90
- Width = 189
- Height = 114
- Caption = 'Exception Handling'
- TabOrder = 4
- object cbEHEnable: TCheckBox
- Left = 8
- Top = 36
- Width = 169
- Height = 17
- TabStop = False
- Caption = 'Enable Except&ions'
- TabOrder = 1
- OnClick = cbEHEnableClick
- end
- object cbEHLocationInfo: TCheckBox
- Left = 24
- Top = 54
- Width = 153
- Height = 17
- TabStop = False
- Caption = 'L&ocation Information'
- TabOrder = 2
- end
- object cbEHdtorCleanup: TCheckBox
- Left = 24
- Top = 72
- Width = 153
- Height = 17
- TabStop = False
- Caption = 'Destr&uctor Cleanup'
- TabOrder = 3
- end
- object cbEHPrologs: TCheckBox
- Left = 24
- Top = 90
- Width = 153
- Height = 17
- TabStop = False
- Caption = '&Fast exception prologs'
- TabOrder = 4
- end
- object cbEHRTTI: TCheckBox
- Left = 8
- Top = 18
- Width = 153
- Height = 17
- Caption = 'Ena&ble RTTI'
- TabOrder = 0
- end
- end
- object gbGeneral: TGroupBox
- Left = 198
- Top = 207
- Width = 189
- Height = 60
- Caption = 'General'
- TabOrder = 5
- object cbGenZeroBase: TCheckBox
- Left = 8
- Top = 18
- Width = 169
- Height = 17
- Caption = '&Zero length empty base classes'
- TabOrder = 0
- end
- end
- end
-